Namespace - LJCDBMessage
Parameters
tableName - The join table name.
tableAlias - The join table alias.
fromJoinOnColumn - The 'From' column name.
toJoinOnColumn - The 'To' column name.
Syntax
C# |
public DbJoin Add(String tableName, String tableAlias = null, String fromJoinOnColumn = null, String toJoinOnColumn = null)
|
Creates the element from the supplied values and adds it to the collection.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.